Native Ad Loader
Class containing controls for native ad loading.
Parameters
context
The activity context used to retrieve the application context
Functions
Link copied to clipboard
Cancel loading the native ad.
Link copied to clipboard
Start loading the native ad on a background thread.
suspend fun loadAd(adUnitId: String, readyResponse: String, options: NativeAdOptions): <Error class: unknown class>
fun loadAd(adUnitId: String, readyResponse: String, options: NativeAdOptions, listener: NativeAdLoadListener)
Start loading the native ad on a background thread with ready response.